home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-06-12 | 55.4 KB | 1,301 lines |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- EzEdit
-
- by
-
- JB Technology Inc.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Version 2.00
- Copyright (c) 1991, JB Technology Inc.
-
-
- TABLE OF CONTENTS
-
- Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 1
-
- Starting EzEdit . . . . . . . . . . . . . . . . . . . . . . . 2
-
- EzEdit's Screen . . . . . . . . . . . . . . . . . . . . . . . 3
-
- EzEdit's Windows . . . . . . . . . . . . . . . . . . . . . . . 4
-
- Dialog Boxes . . . . . . . . . . . . . . . . . . . . . . . . . 7
-
- EzEdit's Main Menu . . . . . . . . . . . . . . . . . . . . . . 16
-
- EzEdit Commands . . . . . . . . . . . . . . . . . . . . . . . 18
-
- Finding Text . . . . . . . . . . . . . . . . . . . . . . . . . 19
-
- Replacing Text . . . . . . . . . . . . . . . . . . . . . . . . 20
-
- The Clipboard . . . . . . . . . . . . . . . . . . . . . . . . 22
-
- The Calculator . . . . . . . . . . . . . . . . . . . . . . . . 23
-
- The ASCII Chart . . . . . . . . . . . . . . . . . . . . . . . 24
-
- The JBT Tools . . . . . . . . . . . . . . . . . . . . . . . . 25
-
- -1-
- INTRODUCTION
-
- EzEdit is an ASCII text file editor. Files up to 64K can be
- created and/or edited.
-
- EzEdit has pull down menus and can have multiple files opened at
- the same time and loaded into windows. The open windows can be
- moved and resized. Text can be copied or cut into a clipboard
- whose contents can be copied/moved to any open window.
-
- EzEdit comes with a calculator which can be "popped up". Also
- included is an ASCII table where the decimal value for ASCII
- characters are displayed next to their corresponding character.
-
-
-
- -2-
- STARTING EZEDIT
-
- To start EzEdit, simply type EZED at the Dos prompt or type EZED
- with the file names to be automatically loaded.
-
- Examples:
-
- 1. Load EzEdit, loading no files.
-
- C:\JBTT\EZED
-
- 2. Load EzEdit and load the file AUTOEXEC.BAT into a window.
-
- C:\JBTT\EZED C:\AUTOEXEC.BAT
-
- Note: The FULL PATH must be included in the file name.
-
- 3. Load EzEdit and load the files CONFIG.SYS and GO.BAT.
-
- C:\JBTT\EZED C:\CONFIG.SYS C:\DOS\GO.BAT
-
- That is all there is to loading EzEdit.
-
-
- -3-
- EZEDIT'S SCREEN
-
- When EzEdit is loaded, your PC screen will consist of the
- following elements:
-
- MAIN MENU:
- The EzEdit Menu is a pull down menu with the menu headings;
- FILE, EDIT, SEARCH, WINDOW and MISCELLANEOUS. The menu
- system is accessed three ways. They are;
-
- * Depressing function key F10
- * Depressing the ALT key and the first letter of the
- menu heading. (i.e. ALT F for File)
- * Move the mouse cursor to the menu heading and press
- the left mouse button.
-
- STATUS LINE:
- The bottom line displayed on the screen is the STATUS LINE.
- The Status Line consists of the following short cut keys;
-
- F2 - Save File
- F3 - Open Window
- Alt F3 - Close Current Window
- F5 - Zoom Current Window
- F6 - Goto Next Window
- F10 - Invoke Menu
-
- If any the above items are not functional, (i.e.. If no
- windows are opened then F5 - Zoom is not functional) it will
- be displayed in a lighter color.
-
- For mouse users, you can move the mouse cursor to the
- function and depress the left mouse button and the function
- will be evoked.
-
- EDITING AREA:
-
- The area between the Menu and the Status Line is the editing
- area. All windows, including the calculator and ASCII chart
- are displayed in this area.
-
- -4-
- EZEDIT'S WINDOWS
-
- Files are displayed in WINDOWS. Windows can be resized, moved and
- zoomed. The following is an example of an EzEdit text window.
-
- +-[■]------------------- C:\AUTOEXEC.BAT -------------------[^]-+
- |CLS |
- |PROMPT $P$G |
- |ENCORE /b125 |
- |C:\BOOT>NUL: |
- |IF ERRORLEVEL 2 GOTO CONFIG2 |
- |IF ERRORLEVEL 1 GOTO CONFIG1 |
- |:CONFIG1 |
- |PATH=C:\;E:\PCKWIK;C:\UTILITY;D:\DOS;C:\MENU;C:\TP6 |
- |SUPERPCK /B+ /D+ /H+ /O- /Q- /T+ /V+ /W+ /S:=512 /P- |
- |PCKKEY /&U /A- /I+ /K- /M:3 /R7A /T5C /P- |
- |PCKSCRN /&U /B:5 /K- /P- |
- |PCKSPL |
- |D: |
- |CD\SI |
- |E:\386MAX\386LOAD SIZE=27136 PROG=d:\si\si -T 1 |
- |SW H |
- +------ 1:1 ----------------------------------------------------+
-
- MOVING AND RESIZING A WINDOW:
- All text windows can be moved around the screen and resized.
- Select SIZE/MOVE from the WINDOWS Main Menu option or by
- depressing the Quick Key, Ctrl-F5.
-
- Once the SIZE/MOVE option has been selected, the following
- keys can be used.
-
- Key Action
- ------------------- ---------------------------------
- Arrow Keys Move the window.
- Shift+Left Arrow Make window smaller horizontally.
- Shift+Right Arrow Make window larger horizontally.
- Shift+Up Arrow Make window smaller vertically.
- Shift+Down Arrow Make window larger vertically.
-
- When window is the desired size and in the desired location
- depress <Enter>.
-
- TILING/CASCADING:
-
- Multiple windows can be displayed two ways; TILE and
- CASCADE.
-
- A TILED view will display all open windows on the screen at
- the same time, adjusting their size to accomplish this. The
- following is an example of how a four windowed tiled display
- would appear.
-
-
- -5-
-
- +------------------------------------+
- | +============1==++------------2--+ |
- | | || | |
- | |(Active Window)|| | |
- | | || | |
- | | || | |
- | +===============++---------------+ |
- | +------------3--++------------4--+ |
- | | || | |
- | | || | |
- | | || | |
- | | || | |
- | +---------------++---------------+ |
- +------------------------------------+
-
- A CASCADED view will display all open windows on the screen
- at the same time, stacking them. The following is an example
- of how a four cascaded windows would appear.
-
- +--------------------------1-+
- |+-------------------------2-+
- ||+------------------------3-+
- |||+=======================4=+
- |||| |
- |||| |
- |||| (Active Window) |
- |||| |
- |||| |
- ++++=========================+
-
- TRAVERSING BETWEEN WINDOWS:
-
- The WINDOWS Main Menu Heading has two (2) submenu options
- which provides methods for traversing between windows. They
- are; NEXT (F6) and PREVIOUS (Shift-F6).
-
- ZOOMING
-
- If a window is not full size, it can be ZOOMED and UNZOOMED.
- The WINDOWS submenu option ZOOM (F5) "toggles" the zoom
- state.
-
- CLOSING A WINDOW:
-
- Closing a window will unload the associated file and remove
- the window from display area. This is accomplished by
- selecting the WINDOWS submenu option CLOSE (Alt-F3).
-
- -6-
-
- MOUSE FEATURES:
-
- For mouse users, there are several feature the windows have.
- They are:
-
- * Moving up and down the file. The file can be scrolled
- vertically by moving the mouse cursor along the
- vertical scroll bar (located along the right side of
- the window) and clicking the left button.
-
- * Moving horizontally on the file. The text can be
- scrolled left and right by moving the mouse cursor
- along the horizontal scroll bar (located on the
- bottom line of the window) and clicking the left
- button.
-
- * Zooming the Window. If the window has been resized
- (Ctrl F5), the zoom state can be toggled by moving
- the mouse cursor to the box "[^]" and click the left
- button.
-
- * Close the Window. The window can be closed by moving
- the cursor to the box "[■]" (located in the upper
- left hand corner of the window frame) and clicking
- the left mouse button.
-
-
- -7-
- DIALOG BOXES
-
- Dialog Boxes are a method of selecting/inputting data. EzEdit has
- Dialog Boxes for Opening a file, Changing Directory, Searching
- for Text and Search & Replace text.
-
- The following are keys common to the four Dialog Boxes in EzEdit:
-
- Key Action
- ------------ --------------------------------------------
- Tab Move to the next item in the Dialog Box.
- Shift Tab Move to the previous item in the Dialog Box.
- <Enter> Finish entering data in the Dialog Box.
-
- Note: If you have a mouse, moving the mouse cursor to
- the field, file name, option and clicking either
- button will select that field or highlight the
- file name.
-
- The following will display each of the four (4) Dialog Boxes and
- how to use them.
-
- THE FILE OPEN DIALOG BOX:
-
- The FILE OPEN Dialog Box is used to open a new window with and
- edit an existing file. When the FILE OPEN command is evoked via
- the Main Menu or the Quick Key, its Dialog Box will "pop up". An
- example of the Dialog Box is:
-
- +-[■]-------------- Open file ------------------+
- | |
- | Name |
- | *.* Open
- | |
- | Files |
- | BOXES.SQZ | ..\ Cancel |
- | IMPORT.COM | |
- | POP.COM | |
- | POPP.COM | |
- | SAYWHAT.EXE | |
- | TEST.BAT | |
- | VIDPOP.COM | |
- | VIEWLIB.COM | |
- | |
- | |
- | C:\GRAPHICS\SAYWHAT\*.* |
- | BOXES.SQZ 1418 Apr 24, 1991 7:22am |
- +-----------------------------------------------+
-
- There are four (4) areas (fields) for data selection. They are:
-
- * Name
- * File List
- * Open
- * Cancel
-
- -8-
-
- NAME:
- There are three (3) ways of entering information. They
- are:
- Enter the file name. The file name can be
- entered at the keyboard and when the <Enter>
- key is depressed, the file will be loaded into
- a new window.
-
- Enter a file mask. A file mask (*.*, *.txt,
- *.bak ..) can be entered and files matching
- the file mask will be displayed in the file
- list.
-
- Pick from history list. Depressing the DOWN
- ARROW will "pop up" a HISTORY LIST. This is a
- list of files and file masks that have been
- previously entered in the NAME field or
- selected from the FILES LIST. A file mask or a
- file name can be highlighted and when <Enter>
- is depressed, either the file mask will be
- used on the files list, or the highlighted
- file name will be loaded into a new window.
-
-
- FILE LIST:
- The FILE LIST is a scrollable list of file names
- available in the current subdirectory. The following
- keys can be used to move the highlight bar from to a
- file.
-
- Key Action
- ------------- ------------------------------
- Up Arrow Move up one file.
- Down Arrow Move down one file.
- Right Arrow If in the left column, move to
- the right column. If in the
- right column, move to the last
- file in the right column.
- Left Arrow If in the right column, move
- to the left column. If in the
- left column, move to the first
- file in the left column.
- Home Move to the first file in the
- left column.
- End Move to the last file in the
- right column.
-
- For mouse users, there are two ways to move the
- highlight bar. The first is to move the mouse cursor
- to the file and click the left button.
-
-
- -9-
-
- The second is to put the mouse cursor on the
- horizontal scroll bar and click a mouse button. This
- will move the highlight bar between the first and last
- file name.
-
- To load the highlighted file into a new window simply
- depress <Enter>, or if you using a mouse, click the
- left button twice.
-
- OPEN:
- When the file to be opened (loaded) is highlighted, it
- can be loaded into a new window as described in the
- previous paragraph or by depressing the TAB key which
- will move to the OPEN field. Depressing <Enter> when
- in the TAB field will load the highlighted file into a
- new window.
-
- If you are using a mouse, moving the mouse cursor to
- OPEN and clicking the left button TWICE will load the
- highlighted file into a new window.
-
- CANCEL:
- If you decide that you do not want to Open a File you
- can depress the TAB key until you are in the CANCEL
- field. Depress <Enter> to cancel the FILE OPEN
- function.
-
- If you are using a mouse, moving the mouse cursor to
- CANCEL and clicking the left button TWICE will cancel
- the FILE OPEN function.
-
- Note: The FILE OPEN function can be canceled at any
- time by depressing ESC.
-
-
- THE CHANGE DIRECTORY DIALOG BOX:
-
- The CHANGE DIRECTORY Dialog Box is used to change the directory
- where files are to be stored or opened. When the CHANGE DIRECTORY
- command is evoked via the Main Menu, its Dialog Box will "pop
- up". An example of the Dialog Box is:
-
- -10-
-
- +-[■]---------- Change Directory --------------+
- | |
- | Directory name |
- | C:\GRAPHICS\SAYWHAT |
- | |
- | Directory tree |
- | Drives OK |
- | +-+C:\ |
- | +-+GRAPHICS |
- | +--SAYWHAT Chdir |
- | |
- | |
- | Revert |
- | |
- | |
- | |
- | |
- +----------------------------------------------+
-
- There are five (5) areas (fields) for data selection. They are:
-
- * Directory Name
- * Directory Tree
- * OK
- * Chdir
- * Revert
-
- DIRECTORY NAME:
- The Directory Name field will display the current
- directory where files will be saved and loaded from.
-
- If you wish to type in the drive/subdirectory in lieu
- of selecting from the graphical tree, then type it in
- this field and depress <Enter>.
-
- Pick from history list. Depressing the DOWN ARROW
- will"pop up" a HISTORY LIST. This is a list of files
- and drive/subdirectories that have been previously
- entered in the DIRECTORY NAME field or selected from
- the DIRECTORY TREE. A drive/subdirectory can be
- highlighted and when <Enter> is depressed, the
- highlighted drive/subdirectory will be the new default
- path.
-
- DIRECTORY TREE:
- The Directory Tree field is a graphical representation
- of the subdirectories on your drive.
-
- If the root directory IS NOT current default
- directory, move the highlight bar to the root
- directory and depress <Enter>. All subdirectories will
- be displayed.
-
- -11-
-
- The following keys can be used to move the highlight
- bar to a subdirectory.
-
- Key Action
- ------------- ------------------------------
- Up Arrow Move up one subdirectory.
- Down Arrow Move down one subdirectory.
- Home Move to the first sub-
- directory displayed in the
- window.
- End Move to the last subdirectory
- displayed in the window.
- Page Down Display the next page of sub-
- directories, highlighting the
- first subdirectory on that
- page.
- Page Up Display the previous page of
- subdirectories, highlighting
- the first subdirectory on that
- page.
- Ctrl Page Down Display the last page of sub-
- directories, highlighting the
- last subdirectory.
- Ctrl Page Up Display the first page of sub-
- directories, highlighting
- "Drives"
-
- For mouse users, there are two ways to move the
- highlight bar. The first is to move the mouse cursor
- to the subdirectory and click the left button.
-
- The second is to put the mouse cursor on the vertical
- scroll bar and click a mouse button. This will move
- the highlight bar up and down the tree.
-
- To change drives, move the highlight bar to "DRIVES"
- and depress <Enter>. A list of drives will be shown.
- Highlight the desired drive and depress <Enter>. The
- graphical tree for that drive will be displayed.
-
- Once the desired drive has been highlighted, depress
- <Enter>. If you are using a mouse, clicking the left
- button TWICE will have the same results as depressing
- <Enter>. The highlighted drive/subdirectory will be
- displayed in the DIRECTORY NAME field. Depress TAB to
- move to the OK field and depress <Enter>.
-
- CHDIR:
- If you tab to this field and decide you want to go
- back to the graphical tree, depress <Enter>, or move
- the mouse cursor to this field and click the left
- button.
-
- -12-
-
- REVERT:
- If you change your mind about the drive/subdirectory
- you selected and you want to go back to the previous
- one, depress <Enter>, or move the mouse cursor to this
- field and click the left button.
-
-
- THE FIND DIALOG BOX:
-
- The FIND Dialog Box is used to search your file for matching
- text. When the FIND command is evoked via the Main Menu or the
- Quick Key (^QF), its Dialog Box will "pop up". An example of the
- Dialog Box is:
-
- +-[■]----------- Find ---------------+
- | |
- | Text to find |
- | |
- | |
- | [ ] Case sensitive |
- | [ ] Whole words only |
- | |
- | |
- | OK Cancel |
- | |
- +------------------------------------+
-
- There are five (5) areas (fields) for data selection. They
- are:
-
- * Text to find
- * Case sensitive
- * Whole words only
- * OK
- * Cancel
-
- TEXT TO FIND
- The text to be found is entered in this field. The
- field is scrollable. This means is the text you wish
- to search for is longer than the field that appears in
- the Dialog Box, the text will scroll to the left.
-
- Pick from history list. Depressing the DOWN ARROW will
- "pop up" a HISTORY LIST. This is a list of previous
- text strings that has been entered. If you want to
- search for a text string that is on the list,
- highlight the text string and depress <Enter>. The
- text will be placed in the TEXT TO FIND field where it
- can be edited.
-
- -13-
-
- CASE SENSITIVE/WHOLE WORDS ONLY:
- The CASE SENSITIVE and WHOLE WORDS ONLY fields are
- called CHECK BOXES. The status of these fields are
- "toggled" by depressing the SPACE BAR. If an "X" is
- placed in within the "[ ]", then the field is
- "toggled" ON.
-
- To move between the two check box fields use the ARROW
- KEYS.
-
- If you are using a mouse, moving the mouse cursor to
- the "[ ]" and clicking the left button will "toggle"
- the status.
-
- OK:
- When the TEXT TO FIND and the status of the CASE
- SENSITIVE and WHOLE WORDS ONLY has been entered,
- depressing <Enter> on this field will begin the
- search.
-
- If you are using a mouse, move the mouse cursor to
- this field and click the left button.
-
- CANCEL:
- To cancel the SEARCH function, TAB to this field and
- depress <Enter>, or move the mouse cursor to this
- field and click the left button.
-
-
- THE REPLACE DIALOG BOX:
-
- The REPLACE Dialog Box is used to search your file for matching
- text and replace the text with other text. When the REPLACE
- command is evoked via the Main Menu or the Quick Key (^QA), its
- Dialog Box will "pop up". An example of the Dialog Box is:
-
- +-[■]---------- Replace ---------------+
- | |
- | Text to find |
- | |
- | |
- | New text |
- | |
- | |
- | [ ] Case sensitive |
- | [ ] Whole words only |
- | [X] Prompt on replace |
- | [ ] Replace all |
- | |
- | OK Cancel |
- | |
- +--------------------------------------+
-
- -14-
-
- There are eight (8) areas (fields) for data selection. They
- are:
-
- * Text to find
- * New text
- * Case sensitive
- * Whole words only
- * Prompt on replace
- * Replace all
- * OK
- * Cancel
-
- TEXT TO FIND:
- The text to be found is entered in this field. The
- field is scrollable. This means is the text you wish
- to search for is longer than the field that appears in
- the Dialog Box, the text will scroll to the left.
-
- Pick from history list. Depressing the DOWN ARROW will
- "pop up" a HISTORY LIST. This is a list of previous
- text strings that has been entered. If you want to
- search for a text string that is on the list,
- highlight the text string and depress <Enter>. The
- text will be placed in the TEXT TO FIND field where it
- can be edited.
-
- NEW TEXT:
- When text is found, it can be replaced with new text.
- The new text is entered in this field. The field is
- scrollable. This means is the text you wish to search
- for is longer than the field that appears in the
- Dialog Box, the text will scroll to the left.
-
- Pick from history list. Depressing the DOWN ARROW will
- "pop up" a HISTORY LIST. This is a list of previous
- text strings that has been entered. If you want to
- search for a text string that is on the list,
- highlight the text string and depress <Enter>. The
- text will be placed in the NEW TEXT field where it can
- be edited.
-
- CASE SENSITIVE/WHOLE WORDS ONLY
- PROMPT ON REPLACE/REPLACE ALL:
- The CASE SENSITIVE, WHOLE WORDS ONLY, PROMPT ON
- REPLACE and REPLACE ALL fields are called CHECK BOXES.
- The status of these fields are "toggled" by depressing
- the SPACE BAR. If an "X" is placed in within the "[
- ]", then the field is "toggled" ON.
-
- To move between the two check box fields use the ARROW
- KEYS.
-
- -15-
-
- If you are using a mouse, moving the mouse cursor to
- the "[ ]" and clicking the left button will "toggle"
- the status.
-
- OK:
- When the TEXT TO FIND, NEW TEXT and the check boxes
- has been entered, depressing <Enter> on this field
- will begin the search.
-
- If you are using a mouse, move the mouse cursor to
- this field and click the left button.
-
- CANCEL:
- To cancel the SEARCH function, TAB to this field and
- depress <Enter>, or move the mouse cursor to this
- field and click the left button.
-
-
-
- -16-
-
- EZEDIT'S MAIN MENU
-
- EzEdit's Main Menu is a "pull down" menu. A pull down menu
- consists of horizontal menu headings and each menu heading has
- associated vertical sub-heading options:
-
- To access the Main Menu depress function key F10. To move the
- highlight bar to a menu heading use the left and right arrow
- keys.
-
- To choose a Main Menu heading move the highlight bar to the
- desired choice and depress <Enter>, or depress the first letter
- of the heading. If you are using a mouse, move the mouse cursor
- to the desired heading and click the left mouse button.
-
- When a Main Menu heading is chosen, it's sub-heading options are
- displayed directly below. The following are the keys that can be
- used in a sub-heading.
-
- Key Action
- -------------- ------------------------------------------
- Up Arrow Highlight the previous sub-heading option.
- Down Arrow Highlight the next sub-heading option.
- Home Highlight the first sub-heading option.
- End Highlight the last sub-heading option.
- Right Arrow Move to the sub-heading menu to the right.
- Left Arrow Move to the sub-heading menu to the left.
-
- Once the desired sub-heading option has been highlighted,
- depressing <Enter> will evoke its associated function. Mouse
- users can move the mouse cursor to the preferred choice and click
- the left mouse button.
-
- Depressing ESC anywhere within the pull down menu will exit the
- menu system.
-
- EzEdit's Main Menu heading's and their related sub-heading
- options are:
-
- Heading Sub-Heading Options
- ------- -------------------
- File Open
- New
- Save
- Save As
- Change Dir
- Dos Shell
- Exit
- Edit Undo
- Cut
- Copy
- Paste
- Show Clipboard
- Clear
-
- -17-
-
- Heading Sub-Heading Options
- ------- -------------------
- Search Find
- Replace
- Search Again
- Windows Size
- Zoom
- Tile
- Cascade
- Next
- Previous
- Close
- Miscellaneous Calculator
- ASCII Table
-
-
- -18-
- EZEDIT COMMANDS
-
- The following is a list of EzEdit's commands.
-
- Cursor Movement Commands
- Character left ^S or Left Arrow
- Character right ^D or Right Arrow
- Word left ^A or ^Left Arrow
- Word right ^F or ^Right Arrow
- Line up ^E or Up Arrow
- Line down ^X or Down Arrow
- Page Up ^R or Pg Up
- Page Down ^C or Pg Dn
- Beginning of File ^QR or ^Pg Up
- End of File ^QC or ^Pg Dn
- Beginning of Line ^QS or Home
- End of Line ^QD or End
-
- Insert and Delete Commands
- New line ^M or <Enter>
- Tab ^I or Tab
- Delete character under cursor ^G or Del
- Delete character left ^H or Backspace
- Delete word ^T
- Delete to end of line ^QY
- Delete line ^Y
-
- Block/Clipboard Commands
- Mark beginning of block ^KB
- Copy block to Clipboard Ctrl Ins
- Cut block to Clipboard Shift Del
- Paste from Clipboard Shift Ins
- Clear Clipboard Ctrl Del
-
- Window Commands
- Open New Window F3
- Close Window Alt F3
- Size Window Ctrl F5
- Zoom Window F5
- Goto Next Window F6
- Goto Previous Window Shift F6
-
- Miscellaneous Commands
- Save file F2
- Exit Alt X
- Find a string ^QF
- Find and replace string ^QA
- Repeat last find operation ^L
- Load Calculator Alt C
- Load ASCII Table Alt A
-
- -19-
- FINDING TEXT
-
- EzEdit provides means of searching the text file for matching
- text. The FIND function can be evoked by selecting it from the
- Main Menu or by the Quick Key (^QF).
-
- Once the FIND function has been selected, the following dialog
- box will be displayed:
-
- +-[■]----------- Find ---------------+
- | |
- | Text to find |
- | |
- | |
- | [ ] Case sensitive |
- | [ ] Whole words only |
- | |
- | |
- | OK Cancel |
- | |
- +------------------------------------+
-
- There are three (3) fields to enter, which are:
-
- * Text to find. The text to find is entered in this field.
-
- * Case sensitive. If this field is toggled, the text will
- have to exact.
-
- Example:
- Text to find: Smith
- If Case Sensitive is toggled, then,
- Smith WILL NOT MATCH smith or SMITH
-
- * Whole Words Only. If toggled, the text to find will be
- only whole words.
-
- Example:
- Text to find: the
- If Whole Words Only is toggled, then,
- the WILL NOT MATCH there or their.
-
- Once a match has been found, the match will be highlighted. To
- perform another identical find, select SEARCH AGAIN from the Main
- Menu or depress the Quick Key ^L.
-
-
- -20-
- REPLACING TEXT
-
- Replacing existing text with new text can be accomplished with
- the REPLACE function. The REPLACE function can be evoked by
- selecting it from the Main Menu or by the Quick Key (^QA).
-
- Once the REPLACE function has been selected, the following dialog
- box will be displayed:
-
- +-[■]---------- Replace ---------------+
- | |
- | Text to find |
- | |
- | |
- | New text |
- | |
- | |
- | [ ] Case sensitive |
- | [ ] Whole words only |
- | [X] Prompt on replace |
- | [ ] Replace all |
- | |
- | OK Cancel |
- | |
- +--------------------------------------+
-
- There are six (6) fields to enter, which are:
-
- * Text to find. The text to find is entered in this field.
-
- * New text. The text to replace the existing text is entered
- in this field.
-
- * Case sensitive. If this field is toggled, the text will
- have to exact.
-
- Example:
- Text to find: Smith
- If Case Sensitive is toggled, then,
- Smith WILL NOT MATCH smith or SMITH
-
- * Whole Words Only. If toggled, the text to find will be
- only whole words.
-
- Example:
- Text to find: the
- If Whole Words Only is toggled, then,
- the WILL NOT MATCH there or their.
-
- * Prompt on Replace. If toggled, you will be asked to
- replace the matching text with the new text.
-
- * Replace all. If toggled, the every matching occurrence can
- be replace. If not toggled, only the next matching
- occurrence can be replaced.
- -21-
-
- To perform another identical replace, select SEARCH AGAIN from
- the Main Menu or depress the Quick Key ^L.
-
-
- -22-
- THE CLIPBOARD
-
- Once of EzEdit's features is the CLIPBOARD. The clipboard is a
- special text window. Blocks of text from any window can be copied
- or moved to the clipboard. The contents of the clipboard can be
- copied to any open text window.
-
- The following is a list of clipboard functions.
-
- Function Action
- ---------------- -----------------------------------
- Cut to Clipboard The highlighted block in the
- current text window will be deleted
- from the current text window and
- placed in the clipboard.
- Copy to Clipboard The highlighted block in the
- current text window will be copied
- into the clipboard.
- Paste from Clipboard The text in the clipboard will be
- copied from the clipboard into the
- current text file at the location
- of the cursor.
- Show Clipboard The clipboard will be displayed as
- a text window and the contents of
- the clipboard can be edited.
- Clear Clipboard The contents of the clipboard will
- be deleted.
-
- One of the features of the clipboard is that when text is copied
- or cut into the clipboard, it is APPENDED to the clipboard at the
- current cursor location of the clipboard.
-
- The clipboard must be cleared if you do not want the current
- highlighted block to be appended to the text existing in the
- clipboard.
-
-
- -23-
- THE CALCULATOR
-
- The calculator is a simple four-function calculator with add,
- subtract, multiply, and divide. To operate the calculator you
- can either use the keyboard or press the buttons on the
- calculator with the mouse. The 'C' key clears the calculator,
- the '' key will erases the last character typed, and the '±' key
- toggles the value from positive to negative (the keyboard
- equivalent of '±' is '_').
-
- The calculator is evoked by choosing the CALCULATOR function from
- the Main Menu or depressing the Quick Key (Alt C).
-
- +----- Calculator -----+
- | |
- | 0 |
- | |
- | C <- % ± |
- | |
- | 7 8 9 / |
- | |
- | 4 5 6 * |
- | |
- | 1 2 3 - |
- | |
- | 0 . = + |
- | |
- +----------------------+
-
-
- -24-
- THE ASCII CHART
-
- The ASCII menu items opens an ASCII Table that displays the IBM
- PC character set.
-
- The ASCII table displays the entire IBM PC character set. The
- current character is marked by a blinking block cursor, and the
- hexadecimal and decimal ASCII values of the character are
- displayed below the chart. A new character is selected by
- pressing it on the keyboard, by clicking the mouse on it in the
- chart, or by moving the cursor using the cursor keys.
-
-
- -25-
-
- The JBT ToolBox
-
- The program you are using is one of several programs that I have
- written that are either public domain or shareware.
-
- These programs have appeared on bulletin boards, distributed by
- ShareWare clearing houses and are included in several of the
- Dvorak-Osborne series of books.
-
- Most users of these programs are not aware that the other
- programs that I have written exist.
-
- I have created The JBT Tools to provide an interface that allows
- all my programs to be used.
-
- The following is the programs included in the JBT Tools and a
- brief description of each program.
-
- EzDoss
- EzDoss is a Dos Shell. As with all Dos shells actions
- can be taken on multiple files. I have used many Dos
- shells in the past and they have many features that are
- great. Unfortunately, all these features are not
- included in one shell. Therefore, I wrote EzDoss to
- include the features I like the best. Some of the
- features are:
- Copying/Moving
- When copying or moving files and there is a
- file with the same name on the destination,
- most Dos Shells offer only "Overwrite"
- option.
-
- EzDoss provides several options. They are:
- OverWrite:
- This option is typical. It will
- overwrite any the file on the
- destination with the file on the
- source.
- Newer:
- This option will copy/move the file
- to the destination only if the file
- on the destination is OLDER than
- the file on the source.
- Copy/Rename:
- This option will rename the file on
- the destination and copy the file
- from the source.
- Rename/Copy:
- This option will rename the source
- file, then copy the file to the
- destination.
- These options provide the most flexible
- options when copying or moving files.
-
-
- -26-
-
- Tagging Files:
- Multiple files can be "tagged". Besides
- tagging individual files, all files can be
- tagged, files can be tagged by specifying a
- "pattern" or by selecting a date in which
- files newer, older, same or a combination
- will be tagged.
-
- Help System:
- EzDoss's manual is online. Help for the
- current function can be displayed by
- depressing function key F1. Depressing Alt F1
- will display the list of help "topics". There
- are over fifty (50) help "topics".
-
- Zip Management:
- Many of public domain/shareware users access
- bulletin boards. Files downloaded from these
- boards are compressed into a "ZIP" file.
-
- EzDoss allows files to be "zipped", "zipped"
- files to be "unzipped" and to display files
- within a "zip". Those files displayed within
- a "zip" can be "tagged" and "unzipped",
- viewed on the screen or deleted from the zip
- file.
-
- Disk Sort:
- When files are displayed, they can be sorted
- eight (8) different ways. This does not sort
- the files on the disk.
-
- EzDoss DOES provide a public domain program
- that can be called from within EzDoss that
- will sort the disk.
-
- Search:
- EzDoss comes with EzFind. EzFind will search
- any non executable files for a string. This
- can be used to find a key word within
- wordprocessing files that are not ASCII.
-
- These are just a few of the many features that EzDoss
- has. I use this program every day, and I am sure you
- will find it as useful.
-
- EzEdit:
- EzEdit is a text editor. The file to be edited/created
- is displayed in a window. EzEdit can have multiple
- windows opened.
-
- A block of text can be copied to the "clipboard" where
- the text can be copied/moved into other files.
-
-
- -27-
-
- Windows moveable and resizeable. A pop up calculator
- and ASCII chart also come with the program.
-
- EzView:
- EzView will display an ASCII file in a window. EzView
- can have multiple windows opened.
-
- Windows are moveable and resizeable.
-
- EzLocate:
- EzLocate is a file finder program. Multiple drives can
- be scanned for files which meet the user specified
- masks. Multiple masks can be specified.
-
- EzLocate can also look inside ARC and ZIP files for the
- user specified masks.
-
- Find Duplicates:
- Find Duplicates is a program that can scan multiple
- disk drives and find all the files with duplicate file
- names. Once the drive(s) have been scanned, the
- duplicate files are displayed on the screen. Each file
- can be viewed (ASCII only), renamed, suspend to DOS in
- that file's subdirectory or "tagged" for deletion.
-
- Find Duplicates can list duplicate files that are
- stored in ARC and ZIP files. If your PC has PKZIP and
- ARC or PKUNPAK, those duplicate files can be deleted
- within the ZIP or ARC files.
-
- Back Off!:
- Back Off! is an utility that you will use on a weekly
- basis. Back Off! is a multiple file extension deletion
- program. It will search any and all drives for files
- ending with extensions matching a previously prepared
- list. (i.e. .BAK, .CHK, .$$$).
-
- Back Off! will show you the matching filenames and
- their locations, and give you the option of viewing
- them and/or "tagging" and deleting them.
-
- CopyCon:
- When I first used a MSDOS PC, I wrote small batch files
- using COPY CON command from the Dos prompt. If I had a
- dime for every time i goofed and had to start over
- again, I would be a rich man. I wrote CopyCon to help
- me write small batch files.
-
- CopyCon has grown since version 1.00 and now not only
- allows simple batch files to be created/edited, but
- allows graphic boxes, ASCII characters to be inserted
- and line centering.
-
-
- -28-
-
- One of the most important features of CopyCon is the on
- line help. Not only does the help provide information
- on how CopyCon works, but it is a reference on batch
- file commands including examples.
-
- Also included are two small programs that can be used
- in batch files and two useful batch files. They are
- STATUS.BAT which will read your PC and list out its
- status. The other batch file is MENU.BAT which is a
- menuing system that is all set up.
-
- You will find that these programs will increase your
- productivity and make using your PC easier.
-
- The following page is an INVOICE that you can order the JBT
- Tools from:
-
-
-
-
- JBT TOOLS INVOICE
-
-
- Remit to: From:
-
- JB Technology Inc. __________________________
- 28701 N. Main St.
- Ridgefield, Wa. 98642 __________________________
- (206) 887-3442
- __________________________
-
- __________________________
-
- Contact Individual
-
- __________________________
-
- __________________________
-
-
- Quantity Unit Price Total
-
- _______ JBT Tools Software $35.00 ___________
-
- _______ JBT Tools Manual $20.00 ___________
- (Laser Quality)
-
- Total ___________
-
-
- I want 5 1/4" _______ 3 1/2" _______ diskette. (Check One)
-
-
- Note that The JBT Tools computer software has been delivered and
- accepted by the customer. Upon receipt of paid invoice, a
- current disk will be sent.
-
-
-